@charset "utf-8";
/* CSS Reset ----------------------------------------*/

body,
html {
    min-width: 1300px;
    overflow-x: hidden;
    font-size: 14px;
    font-family: Arial,'Microsoft YaHei';
    position: relative;
    color:#333;
}
.fffbg{
    background-color: #fff;
    overflow:hidden;
}
.layer-wrapper{    
    width:1600px;
    max-width: 100%;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 100px;
}
.layer-wrapper+.layer-wrapper{
    margin-top:20px;
}
.layer-wrapper2{    
    width:1400px;
    max-width: 100%;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 100px;
}
.layer-wrapper .wrapper,.layer-wrapper2 .wrapper{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* 图片列表动画 */
.imgScale {
    transform: scale(1);
    transition: transform ease 800ms;
}

.imgScale:hover {
    transform: scale(1.1);
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    font-family:Arial,'Microsoft YaHei';
}

q:before,
q:after {
    content: ''
}

div,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
input,
textarea,
th,
td {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}
a[herf]{
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

a:focus,
a:hover,
a {
    outline: none;
}

a,
button,
input,
textarea,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: Arial,'Microsoft YaHei';
}

.security {
    background: #eeeeee;
}

i,
em {
    font-style: normal;
}

.L {
    float: left;
}

.R {
    float: right;
}

.H {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
}

.clearfixed {
    overflow: hidden;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h15 {
    height: 15px;
    overflow: hidden;
    clear: both;
}

.h20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}
.H30{
    height:30px;
}
.H40{
    height:40px;
}
.h50 {
    height: 50px;
}
.H60 {
    height: 60px;
}
.hr1 {
    height: 1rem;
}
.rows2{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
.rows3{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.clearboth {
    clear: both;
}


.a-button{
    display:inline-block;
    vertical-align: middle;
    width:160px;
    line-height: 43px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid #009944;
    background-color:#009944;
    color:#fff;
    font-size:16px;
    cursor: pointer;
}
.a-button:hover{
    color:#fff;
}
.bottom-btns{
    text-align: center;
    font-size:0;
    margin:20px auto;
}
.bottom-btns .a-button + .a-button{
    margin-left:40px;
}
.bottom-btns .a-button-1{
    color:#fff;
    background-color:#009944;
}
.bottom-btns .a-button-2{
    color:#009944;
    background-color:#fff;
}
.bottom-btns .a-button:hover{
    opacity: 0.9;
}
.a-button-gray{
    background-color: #cdcdcd;
    color:#fff;
    /*cursor: default;*/
	border:none;
}
.split-line{
    width:100%;
    border-bottom:1px solid #cccccc;
    margin:20px 0;
}
/* 分页 */
.page {
    text-align: center;
    margin:50px 0;
    font-size:0;
    line-height: 0;
}
.page .loadmore{
    display:block;
    margin:0 auto;
    width:150px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size:18px;
    background-color:#d6000f;
}
.page li {
    display:inline-block;
    vertical-align: middle;
    margin:0 5px;
    overflow: hidden;
    position: relative;
    font-size:16px;
}
.page li a{
    display:block;
    width:32px;
    height:32px;
    text-align: center;
    line-height: 32px;
}
.page li.total a{
    width:auto;
}
.page li.cr{
    background-color:#d6000f;
    color:#fff;
}
.page li.first,.page li.last{
    text-decoration: underline;
}
.page li.prev,.page li.next{
    background-color:transparent;
}
.page li.prev span,.page li.next span{
    display:none;
}
.page li.prev a:after{
    content:"<";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    line-height: 32px;
    font-family: serif;
}
.page li.next a:after{
    content:">";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    line-height: 32px;
    font-family: serif;
}
/*模拟下拉框公共样式*/

select {
    font-size: 12px;
    font-family: arial;
    font-family: inherit;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    outline: none;
    border-style: solid;
    border-color: #cbcbcb;
    width: 204px;
    height: 32px;
    box-sizing: content-box;
}

.dropdown {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    outline: none;
    vertical-align: middle;
    *float: left;
}

.dropselectbox {
    position: relative;
    top: 0px;
    left: 0px;
    *float: left;
}

.dropselectbox h4 {
    text-align: left;
    height: 38px;
    line-height: 38px;
    padding-left: 4px;
    overflow: hidden;
    font-weight: normal;
    outline: none;
    color: #999;
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer
}

.dropselectbox ul {
    position: absolute;
    left: 0px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    display: none;
    line-height: 25px;
}

.dropselectbox ul li {
    padding-left: 4px;
    line-height: inherit;
    text-align: left;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: #999;
    cursor: pointer;
}

.dropselectbox ul li:hover {
    color: #999
}

.mod-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border: none;
    border-collapse: collapse;
}

.mod-table .mod-td,.mod-table .mod-in-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

/* 自定义滚动条 */
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece
{
    background-color: #fff;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:vertical
{
    height: 8px;
    background-color: #c2c2c2;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:horizontal
{
    width: 8px;
    background-color: #c2c2c2;
    border-radius: 0;
}

/* js自定义滚动条 */
.mCSB_inside>.mCSB_container{
    margin-right:0;
    min-height: 100%;
}
.mCSB_scrollTools{
    width:5px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width:100%;
    border-radius: 5px;
    background-color:#515a8c;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #c5e8f1;
    width:5px;
    border-radius: 5px;
}

/* layer */
.layui-table-page .layui-laypage .layui-laypage-prev{
    margin-left:0;
}
.layui-layer .layui-layer-btn{
    text-align: center;
    padding:10px;
    background-color:#ecf1ec;
}
.layui-layer .layui-layer-btn a{
    margin:0 20px;
}
.layui-layer .layui-layer-btn .layui-layer-btn0{
    background-color:#009944;
    border-color:#009944;
}

/* checkbox-mode */
.checkbox-mode {
    font-size:0;
    line-height: 0;
    user-select: none;
    display:block;
    float:left;
}
.checkbox-mode input[type=checkbox]{
    display:none;
}
.checkbox-mode em{
    float:left;
    width:16px;
    height:16px;
    border:1px solid #999999;
    box-sizing: border-box;
    margin-top:6px;
    margin-right:10px;
    position: relative;
}
.checkbox-mode span{
    display:block;
    font-size:14px;
    line-height: 28px;
    float:none;
    overflow: hidden;
    min-width:80px;
}
.checkbox-mode input[type=checkbox]:disabled + em{
    background-color:#eee;
    border-color:#ddd;
}
.checkbox-mode input[type=checkbox]:checked + em{
    border-color:#c51007;
}
.checkbox-mode input[type=checkbox]:disabled:checked + em{
    background-color:#eee;
    border-color:#ddd;
}
.checkbox-mode input[type=checkbox]:checked + em:before{
    width:8px;
    height:8px;
    content:"";
    display:block;
    position: absolute;
    background-color: #c51007;
    left:3px;
    top:3px;
}

.checkbox-mode input[type=checkbox]:disabled:checked + em:before{
    color:#333;
}
/* radio-mode */
.radio-mode {
    font-size:0;
    line-height: 0;
    user-select: none;
    display:inline-block;
    vertical-align: middle;
}
.radio-mode input[type=radio]{
    display:none;
}
.radio-mode em{
    float:left;
    width:18px;
    height:18px;
    border-radius: 100%;
    border:1px solid #999999;
    box-sizing: border-box;
    position: relative;
}
.radio-mode span{
    display:block;
    font-size:14px;
    line-height: 28px;
    float:none;
    overflow: hidden;
}
.radio-mode input[type=radio]:checked + em{
    border-color:#c51007;
}
.radio-mode input[type=radio]:checked + em:before{
    content:"";
    width:8px;
    height:8px;
    border-radius: 100%;
    position: absolute;
    left:4px;
    top:4px;
    background-color:#c51007;
    display:block;
    text-align: center;
    line-height: 14px;
    color:#fff;
    font-size:12px;
}
.radio-group .radio-mode em{
    margin-top:5px;
    margin-right:5px;
}
.radio-group .radio-mode span{
    font-size:16px;
}
.radio-group .radio-mode{
    margin-right:20px;
}
/* banner */
.mode-banner {
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	/* overflow: hidden; */
}

.mode-banner:after {
    display:none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(34, 41, 51, 0.6);
	z-index: 1;
}

.mode-banner .mode-inner {
	display: inline-block;
	position: relative;
	line-height: 0;
	left: 50%;
}

.mode-banner .mode-inner img {
	max-width: inherit;
	display: block;
}

.mode-banner .mode-inner .banner-cnt {
	display: inline-block;
	height: auto;
	position: relative;
	left: -50%;
	line-height: 0;
}

.mode-banner .mode-inner .banner-cnt .context {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3;
}
.mode-banner .mode-inner .layer-wrapper{
    height:100%;
}
.mode-banner .mode-inner .warpper{
    height:100%;
    position:relative;
}
.mode-banner .inner-wraper {
	position: absolute;
	width: 100%;
	left: 0;
    top: 0;
    bottom:0;
    z-index: 2;
    font-size:16px;
}

.mode-banner .inner-wraper .mod-table {
	display: table;
	width: 100%;
	height: 100%;
}

.mode-banner .inner-wraper .mod-table .mod-td {
	display: table-cell;
	vertical-align: middle;
}

.mode-banner .curmenu {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.mode-banner .cur-menu{
    position:absolute;
    left:0;
    bottom:30px;
    color:#fff;
    font-size:18px;
    line-height: 1;
}
.mode-banner .cur-menu span{
    padding-right:5px;
    display:inline-block;
    vertical-align: middle;
}
.mode-banner .cur-menu em{
    font-size: 12px;
    padding-left:5px;
    display:inline-block;
    vertical-align: middle;
}
.mode-banner .cur-menu:before{
    content:"";
    width:4px;
    height:4px;
    border:2px solid #fff;
    border-radius: 100%;
    display:inline-block;
    vertical-align: middle;
}
.common-page{
    text-align: center;
    line-height: 0;
    font-size:0;
    margin-top:50px;
}
.common-page ul {
    overflow: hidden;
    display:inline-block;
}
.common-page ul li{
    float:left;
}
.common-page ul li a{
    display:block;
    font-size:15px;
    line-height: 36px;
    min-width: 40px;
    padding:0 10px;
    border-radius: 4px;
    color:#666;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border:1px solid #d2d2d2;
}
.common-page ul .link:hover,.common-page ul li.active .link{
    background-color:#0081cc;
    border-color: #0081cc;
    color:#fff;
}
.common-page ul li+li{
    margin-left:5px;
}
.common-page ul li.current em{
    color:#0081cc;
}
/*手机端导航*/
.mobile-menucss {
    position: fixed;
    width: 70%;
    top: 50px;
    bottom:0;
    box-sizing: border-box;
    opacity:0;
    transform: translateX(-100%);
    text-align: left;
    z-index: 99;
    transition: all 300ms ease;
}
.menu-active {
    transform: translateX(0);
    opacity:1;
}
.mobile-menucss>ul {
    overflow: auto;
    width: 100%;
    padding-top: 0;
    background: #fff;
    height: calc(100%);
}

.mobile-menucss>ul>li {
    position: relative;
}

.mobile-menucss>ul>li:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #dedede;
    transform: scaleY(0.3)
}

.mobile-menucss>ul>li.cr {
    background: #fff;
}

.mobile-menucss>ul>li.cr>a {
    color: #000;
}

.mobile-menucss>ul>li.cr>a span {
    color: #000;
}

.mobile-menucss>ul>li>a,
.mobile-menucss>ul>li>h3 {
    font-weight: normal;
    display: block;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
}

.mobile-menucss>ul>li>a>span {
    color: #333;
    font-size: 16px;
}

.mobile-menucss>ul>li>ul {
    padding-left: 35px;
}

.mobile-menucss>ul>li>ul>li {
    line-height: 40px;
}

.mobile-menucss>ul>li>ul>li>a>span {
    color: #333;
    line-height: 40px;
}

.mobile-menucss>ul>li.mobiles-links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    border: none;
}

.mobile-menucss>ul>li.mobiles-links a {
    border: none;
}

.mobile-menucss>ul>li.mobiles-links img {
    width: 50px !important;
    height: 50px !important;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
}

.mobile-menucss .haveSub {
    position: relative;
}

.mobile-menucss .haveSub:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: absolute;
    right: 10px;
    bottom: 18px;
    transform: rotate(-45deg)
}

.mobile-menucss .subNav {
    max-height: 0;
    overflow: hidden;
}

.mobile-menucss .openSub .subNav {
    max-height: 10000vh;
    transition: max-height 500ms ease-in-out;
    -webkit-transition: max-height 500ms ease-in-out;
}

/*手机端头部*/

.mobile-headerwrap {
    height: 50px;
    display: none;
    position: relative;
    z-index: 990;
}

.mobile-header {
    background: #fff;
    height: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 990;
}

.mobile-header .header-shower {
    height: 50px;
    position: relative;
    z-index: 66;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 10px;
    z-index:100;
}

.mobile-header .header-shower .logo {
    position: absolute;
/*    width:100%;*/
    height:100%;
    left:0;
	right:60px;
    top:4px;
/*    display: flex;*/
	display: block;
    align-items: center;
    z-index: 1;
}
.mobile-header .header-shower .logo img{
    margin: 0 auto;
    width: auto !important;
    height: 40px;
}
.mobile-header .menus-mobiles{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header .menus-mobiles span {
    background: #009944;
    height: 1px;
    width: 20px;
    display: block;
    transition: all 0.5s;
    margin: 6px 0;
}

.mobile-header .menus-ani1 span:nth-child(1) {
    transform: translateY(3px) rotateZ(45deg);
}

.mobile-header .menus-ani1 span:nth-child(2) {
    transform: translateY(-4px) rotateZ(-45deg);
}


.mobile-header .head-icons {
    position: relative;
    z-index: 2;
    height: 50px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.mobile-header .head-icons .icon{
    width:30px;
    height:30px;
    cursor: pointer;
    display:flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.mobile-header .head-icons .icon+.icon {
    margin-left: 5px;
}
/* 手机端搜索 */

.mobile-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    box-sizing: border-box;
    background: #fff;
    color: #fff;
    display: none;
    z-index: 6666;
}

.mobile-search input {
    width: 100%;
    color: #009944;
    height: 50px;
    vertical-align: middle;
    background: transparent;
    border: none;
    font-size: 14px;
    outline: none;
}

.mobile-search input::-webkit-input-placeholder {
    color: #009944 !important;
    opacity:0.6;
}

.mobile-search input:-moz-placeholder {
    color: #009944 !important;
    opacity:0.6;
}

.mobile-search .s-searchs {
    position: absolute;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.mobile-search .s-close {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 50px;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search .s-close:after{
    content:"";
    display:block;
    width:20px;
    height:1px;
    background-color: #009944;
    transform: rotate(45deg);
    position:absolute;
}
.mobile-search .s-close:before{
    content:"";
    display:block;
    width:20px;
    height:1px;
    background-color: #009944;
    transform: rotate(-45deg);
    position:absolute;
}

/* 基础表格 */
.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.table-responsive table.table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-responsive table.table td {
    text-align: center;
    padding:13px 8px;
    color:#666;
}
.table-responsive table.table td[align=left]{
    text-align: left;
}
.table-responsive table.table tr + tr td{
    border-top:1px solid #ecf1ec;
}
.table-responsive table.table th {
    border-left: 1px solid #fff;
    text-align: center;
    white-space: nowrap;
    padding:13px 8px;
    font-weight: normal;
    background-color: #e7eee7;
    font-size:16px;
}
.table-responsive table.table .table-cell{
    line-height: 24px;
}
.table-responsive table.table tr.bg1 {
    background-color: #f6f4f0;
}

.table-responsive table.table a.operation {
    color: red;
    margin: 0 5px;
}

.data-table .checkbox-mode{
    float:none;
    display:inline-block;
    padding:0;
    vertical-align: middle;
}
.data-table .checkbox-mode em{
    margin:0;
}
.data-table .veiw-eye{
    display:inline-block;
    padding-left:25px;
    background:url(../img/eye.png) no-repeat left center;
    cursor: pointer;
}

.no-data{
    text-align: center;
    margin:50px 0;
}
.no-data-image{
    width:120px;
    height: auto;
    display:block;
    margin:0 auto;
}
.no-data-text{
    font-size:30px;
    color:#999;
    margin-top:10px;
}
@media screen and (max-width: 767px){
    body,html{
        min-width: 100%;
        background:none;
    }
    .layer-wrapper{
        width:100%;
        padding:0 10px;
    }
    .layer-wrapper2{
        width:100%;
        padding:0 10px;
    }
    .layer-wrapper3{
        width:100%;
        padding:0 10px;
    }
    .mobile-headerwrap {
        display: block;
    }
    .pc-mode,.fixed-menu {
        display: none;
    }
    .table-responsive table.table .table-cell{
        min-width:80px;
    }
    .mode-banner .mode-inner img{
        height:120px;
    }
    .page {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .page li{
        width:30px;
        height:30px;
        font-size:14px;
        margin:0 3px;
    }
    .page li a{
        line-height: 30px;
    }
    .page li.prev a, .page li.next a{
        width:30px;
        height:30px;
    }
    .page li.prev a:after,.page li.next a:after{
        line-height: 30px;
    }
    .common-page ul li a{
        font-size:12px;
        min-width:25px;
        line-height: 25px;
        height:25px;
    }
    .common-page ul li+li{
        margin-left:10px;
    }
    /* 自定义滚动条 */
    ::-webkit-scrollbar
    {
        width: 1px;
        height: 1px;
        display:none;
    }
    ::-webkit-scrollbar-track-piece
    {
        background-color: #fff;
        border-radius: 0;
    }
    ::-webkit-scrollbar-thumb:vertical
    {
        height: 1px;
        background-color: #c2c2c2;
        border-radius: 0;
    }
    ::-webkit-scrollbar-thumb:horizontal
    {
        width: 1px;
        background-color: #c2c2c2;
        border-radius: 0;
    }
    .no-data .no-data-text{
        font-size:20px;
    }
    .no-data-image{
        width:80px;
    }
    .common-page{
        padding:30px 0;
    }
}

.groupwraps{ display: flex;  flex-wrap: wrap; margin-top: 45px; margin-bottom: 20px;}
.groupwraps a{ position: relative; display: flex; /*align-items: center;*/box-sizing: border-box;  /* justify-content: center;*/ /*border-radius:8px; */ font-size: 16px;  padding: 10px 10px 10px 15px;    margin: 0 1%;margin-top: 40px; width: 23%;  border-bottom: 1px solid #eee; text-align: center; text-align: left;line-height: 150%;}
.groupwraps a:hover{ color: #49b479; background: #fcfcfc;box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04); }
.groupwraps a:after{ border:1px solid #009944; content: ""; position: absolute; left: 0; height: 8px; width: 8px;border-radius:8px;  top: 17px; position: absolute;}

.websites2{ position: absolute; right: 30px; top: 45%; transform: translateY(-50%);}	
.websites2 a{ white-space: nowrap; font-weight: normal; width: auto;font-size: 14px; background:#fea101; padding: 5px 8px; border-radius:20px; color: #fff;}

/*党群工作*/
/*.navs{width: 100%; height: 61px;background-color: #a62123;}*/
.party-nav ul li{float: left;color: #ffffff;width: 133.33px;/* background: url(../images/shu.png) no-repeat 0px; */text-align: center;cursor: pointer;}
.party-nav ul li a{font-size: 18px;color: #ffffff;font-weight: bold;display: inline-block;line-height: 62px;cursor: pointer;width: 100%; position: relative;}
.party-nav ul li:hover{background-color: #e7a85e;}
.party-nav ul li a:after{ content:""; right: 0; display: inline-block;position: absolute;top: 50%; transform: translateY(-50%);width: 1px;height: 10px;opacity: 0.3;background-color: #ffff;
}
.party-nav ul li:nth-last-child(1) a:after{ display: none; }
@media screen and (max-width: 767px){
	.groupwraps a{ width: 48%; line-height: 150%; }
	.groupwraps{ margin-top: 20px;}
	.groupwraps a{ align-items: flex-start;}
	.party-page .party-nav{ display: block!important; height: 40px!important;}
	.party-nav ul li{ display: inline-block; float: none; width: auto; }
	.party-nav ul li a{ height: 40px; line-height: 40px; font-size: 16px;padding: 0 10px;}
	.party-nav ul li a:after{ right: 8px;}
	.party-nav ul{ white-space: nowrap;  overflow-x: auto; overflow-y: hidden; width: 100%;}
	.news-list{ padding: 0 10px;}
}
@media screen and (max-width: 1300px) {.notice-tab .mq-tab-title .tab-title .more{ display: none!important;}}




